ExceptionRevokedEvent

data class ExceptionRevokedEvent(reason: String, exceptionId: Int) : Event

Issued when unhandled exception was revoked.

Constructors

ExceptionRevokedEvent
Link copied to clipboard
fun ExceptionRevokedEvent(reason: String, exceptionId: Int)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

exceptionId
Link copied to clipboard
val exceptionId: Int
The id of revoked exception, as reported in exceptionThrown.
reason
Link copied to clipboard
val reason: String
Reason describing why exception was revoked.

Sources

jvm source
Link copied to clipboard